На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:
общая лексика
фон-неймановская архитектура, принстонская архитектура
доминирующая в настоящее время организация ЭВМ, основанная на концепции хранимой программы, для которой используется линейно адресуемая память (main memory), способная выполнять операции чтения и записи. Эта единая память хранит и команды программы, и данные. Команды выбираются процессором из памяти последовательно одна за другой, кроме случаев применения управляющих команд (переходы, программные прерывания, вызовы подпрограмм). Принципы компьютера с хранимой программой гениальный, но жуликоватый Джон фон Нейман (John von Neumann) сформулировал в проекте отчёта "First Draft of a Report on the EDVAC" (1945 г.), отправленный им частным образом ста крупнейшим западным учёным. Однако авторство принадлежит не ему, а разработчикам сверхсекретного в то время компьютера ENIAC Джону Маучли (J. Mauchly) и Джону Эккерту (J. Eckert), у которых Нейман проходил стажировку. Учитывая это, в настоящее время данную архитектуру всё чаще называют принстонской, по названию университета, в котором работали Маучли и Эккерт. Размещение команд и данных в одной памяти имеет ряд недостатков, что вызвало появление так называемой гарвардской архитектуры (Harvard architecture)
Смотрите также
математика
операторное кольцо
математика
начальное порядковое число
математика
дважды стохастическая матрица
[het(ə)rə(u)'dʒenisis]
общая лексика
гетерогенез
чередование поколений
медицина
гетерогония
существительное
биология
гетерогенез
общая лексика
гельмгольцевый
The von Neumann architecture — also known as the von Neumann model or Princeton architecture — is a computer architecture based on a 1945 description by John von Neumann, and by others, in the First Draft of a Report on the EDVAC. The document describes a design architecture for an electronic digital computer with these components:
The term "von Neumann architecture" has evolved to refer to any stored-program computer in which an instruction fetch and a data operation cannot occur at the same time (since they share a common bus). This is referred to as the von Neumann bottleneck, which often limits the performance of the corresponding system.
The design of a von Neumann architecture machine is simpler than in a Harvard architecture machine—which is also a stored-program system, yet has one dedicated set of address and data buses for reading and writing to memory, and another set of address and data buses to fetch instructions.
A stored-program computer uses the same underlying mechanism to encode both program instructions and data as opposed to designs which use a mechanism such as discrete plugboard wiring or fixed control circuitry for instruction implementation. Stored-program computers were an advancement over the manually reconfigured or fixed function computers of the 1940s, such as the Colossus and the ENIAC. These were programmed by setting switches and inserting patch cables to route data and control signals between various functional units.
The vast majority of modern computers use the same hardware mechanism to encode and store both data and program instructions, but have caches between the CPU and memory, and, for the caches closest to the CPU, have separate caches for instructions and data, so that most instruction and data fetches use separate buses (split cache architecture).